ESRI.ArcGIS.Mobile.Client
Generic MostRecentlyUsedList Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Generic MostRecentlyUsedList Class


The following tables list the members exposed by Generic MostRecentlyUsedList.

Public Constructors

 NameDescription
Public ConstructorMostRecentlyUsedList ConstructorOverloaded.  Constructs a MostRecentlyUsedList object with no size restriction.  
Top

Public Properties

 NameDescription
Public PropertyCount Gets the number of items contained in the list.  
Public PropertyIsReadOnly Gets a value indicating whether the list is read-only.  
Public PropertyItem Returns the item at the given index.  
Public PropertyMaxSize The maximum number of items allowed in the list. 0 indicates there is no limit to the number of items allowed in the list.  
Top

Public Methods

 NameDescription
Public MethodAdd Adds an item to the beginning of the list. If the item already exists within the list, the existing item is first removed then added to the beginning of the list.  
Public MethodClear Removes all items from the list.  
Public MethodContains Determines whether the list contains a specific item.  
Public MethodCopyTo Copies the items of the list to an array, starting at a particular array index.  
Public MethodGetEnumerator Returns an enumerator that iterates through the list.  
Public MethodGetSchema This method is reserved and should not be used.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodRemove Removes the specific item from the list.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

See Also